{% extends 'base.html' %} {% load static %} {% block content %}
{% if accounts %}
{% for account in accounts %}
{% if account.1 %}

Friends

check_circle_outline
{% else %} {% if account.0 != request.user %}

Not Friends

cancel
{% endif %} {% endif %} {% if account.0 == request.user %}

This is you

person_pin
{% endif %}
{% if forloop.counter|divisibleby:2 %}
{% endif %} {% endfor %} {% else %}

No results

{% endif %}
{% include 'snippets/create_or_return_private_chat.html' %} {% endblock content %}